<!--Created with Liquid XML 2015 Designer Edition (Trial) 13.0.14.5873 (http://www.liquid-technologies.com)-->
<xs:schema xmlns="http://www.bewohnervertretung.at/EdiAufhebung" xmlns:edi="http://www.bewohnervertretung.at/EdiTypes" xmlns:mstns="http://www.bewohnervertretung.at/EdiAufhebung" elementFormDefault="qualified" id="EdiAufhebung" targetNamespace="http://www.bewohnervertretung.at/EdiAufhebung" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import schemaLocation=".\EdiTypes.xsd" namespace="http://www.bewohnervertretung.at/EdiTypes" />
<xs:annotation>
<xs:documentation xml:lang="de-at">
EDI XML Schnittstellen Schema für Aufhebungsmeldungen.
</xs:documentation>
</xs:annotation>
<xs:element name="Aufhebung" type="AufhebungType">
<xs:annotation>
<xs:documentation xml:lang="de-at">
Wurzelelement der Aufhebungsmeldung
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:complexType name="AufhebungType">
<xs:sequence>
<xs:element name="Bewohner" type="edi:BewohnerType">
<xs:annotation>
<xs:documentation xml:lang="de-at">
Angaben zur Bewohnerin oder zum Bewohner
Die Elemente Vorname, Nachname, Geburtsdatum und Geschlecht sind Pflichtfelder.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Einrichtung" type="edi:EinrichtungType">
<xs:annotation>
<xs:documentation xml:lang="de-at">
Angaben zur Einrichtung in welcher die Bewohnerin oder Bewohn er sich aufhält.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Meldedaten" type="MeldedatenType">
<xs:annotation>
<xs:documentation xml:lang="de-at">
Allgemeine Angaben zur Meldung.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Massnahme" type="edi:MassnahmeType" minOccurs="1" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="de-at">
Aufgehobene Maßnahmen/Beschränkungen
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="MeldedatenType">
<xs:attribute name="Aufhebungsgrund" use="required">
<xs:annotation>
<xs:documentation xml:lang="de-at">
Der Aufhebungsgrund der Meldung
ALT = Einsatz von Alternativen
WEG = Wegfall der Gefährdung
UEB = Innerhalb der Einrichtung übersiedelt
ZUG = Entlassen/Verzogen
TOT = Verstorben
AND = Sonstiges
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="ALT" />
<xs:enumeration value="WEG" />
<xs:enumeration value="UEB" />
<xs:enumeration value="ZUG" />
<xs:enumeration value="TOT" />
<xs:enumeration value="AND" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="Aufhebungsdatum" type="xs:dateTime" use="required">
<xs:annotation>
<xs:documentation xml:lang="de-at">
Das Datum ab wann die Maßnahmen/Beschränkungen aufgehoben wurden.
Format: yyyy-MM-ddThh:mm:ss
Beispiel: 2010-04-17T18:15:00
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:schema>
|